![]() |
Sensor Fusion for Kinetis MCUs (ISSDK/KSDK version)
|
Include dependency graph for driver_MAG3110.c:Go to the source code of this file.
Macros | |
| #define | MAG3110_COUNTSPERUT 10 |
Functions | |
| int8_t | MAG3110_Init (PhysicalSensor *sensor, SensorFusionGlobals *sfg) |
| int8_t | MAG3110_Read (PhysicalSensor *sensor, SensorFusionGlobals *sfg) |
| int8_t | MAG3110_Idle (PhysicalSensor *sensor, SensorFusionGlobals *sfg) |
Variables | |
| const registerreadlist_t | MAG3110_WHO_AM_I_READ [] |
| const registerreadlist_t | MAG3110_DR_STATUS_READ [] |
| registerreadlist_t | MAG3110_DATA_READ [] |
| const registerwritelist_t | MAG3110_Initialization [] |
| const registerwritelist_t | MAG3110_IDLE [] |
| #define MAG3110_COUNTSPERUT 10 |
Definition at line 40 of file driver_MAG3110.c.
Referenced by MAG3110_Init().
| int8_t MAG3110_Idle | ( | PhysicalSensor * | sensor, |
| SensorFusionGlobals * | sfg | ||
| ) |
Definition at line 168 of file driver_MAG3110.c.
Referenced by fusion_task().
Here is the caller graph for this function:| int8_t MAG3110_Init | ( | PhysicalSensor * | sensor, |
| SensorFusionGlobals * | sfg | ||
| ) |
Definition at line 103 of file driver_MAG3110.c.
Referenced by fusion_task(), and main().
Here is the caller graph for this function:| int8_t MAG3110_Read | ( | PhysicalSensor * | sensor, |
| SensorFusionGlobals * | sfg | ||
| ) |
Definition at line 134 of file driver_MAG3110.c.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| registerreadlist_t MAG3110_DATA_READ[] |
Definition at line 57 of file driver_MAG3110.c.
Referenced by MAG3110_Read().
| const registerreadlist_t MAG3110_DR_STATUS_READ[] |
Definition at line 51 of file driver_MAG3110.c.
| const registerwritelist_t MAG3110_IDLE[] |
Definition at line 160 of file driver_MAG3110.c.
Referenced by MAG3110_Idle().
| const registerwritelist_t MAG3110_Initialization[] |
Definition at line 63 of file driver_MAG3110.c.
Referenced by MAG3110_Init().
| const registerreadlist_t MAG3110_WHO_AM_I_READ[] |
Definition at line 45 of file driver_MAG3110.c.